Introduction to Spring Boot
Spring is widely used for creating scalable applications. For web applications Spring provides Spring MVC which is a widely used module of spring which is used to create scalable web applications. But main...
read more
Difference between Full stack developer and Software developer
Should I become a software developer or a full stack developer? This is the most frequent question that comes to the mind of every student? ...
read more
How to Design a Web Application – A Guideline on Software Architecture
Have you ever tried to prepare Pizza at home? (yes!!! we’re talking about your favorite food…)...
read more
How to get name of calling function/method in PHP ?
Why need to get the name of calling function? The code consist of multiple functions performing different tasks but associated with each other directly or indirectly, and suddenly display an error in some of the functions then it will become necessary to find the name of the function in which an error has been occurred....
read more
How to build a URL Shortener with Django ?
Building a URL Shortener, Is one of the Best Beginner Project to Hone your Skills. In this article, we have shared the steps to build a URL shortener using Django Framework. To know more about Django visit – Django Tutorial...
read more
Oracle Interview Experience (Internship)
Academic Year: Third Year Undergraduate...
read more
Installation & Setup Guide of Tailwind CSS with PHP
TailwindCSS is an open-source “Utility-first framework” of CSS(Cascading style sheet). It contains tons of features. You can use its Utility classes to design Web pages without writing any single-line CSS. It’s way much better than any other CSS framework like Bootstraps, Bulma, etc. You just have to use it directly in your markup....
read more
React.js Pokémon App.
In this article, we will be going to see how to Build a Pokémon App using React JS and Pokémon API. We will get all these data using a free API resource https://pokeapi.co/....
read more
6 Best CSS frameworks You should Know to design Attractive Websites
...
read more
How React Native Make Mobile App Development Simpler?
Developed by Facebook, React Native is a framework for building native apps for iOS and Android using JavaScript. So if you know JavaScript, you can use your JavaScript skills to build real native apps for iOS and Android. These apps are truly native, so they are not web apps that look like a mobile app. With React Native, you don’t need to know iOS or Android programming unless you want to build a really complex app and you need to talk directly with a native API of this platform. For the most part, you don’t need to do that. You can write pretty much all of your application code in JavaScript and share it across iOS and Android....
read more
Difference between Adobe Photoshop and Adobe Illustrator
1. Adobe Photoshop : Adobe Photoshop is a computer program that lets users create and edit images and then save them in one of many formats. It is known as a raster graphics editor. It has a number of tools which users can use to manipulate and edit images. It was created in 1988 by Thomas and John Knoll. Some tools that exist in most versions are pen tool, clone stamp tool, shape tools, measuring and navigation, selection tools etc. 2. Adobe Illustrator : Adobe Illustrator is a computer program mainly used by artists and graphic designers to create vector images and further these images will be used for company logos, promotional uses or for their personal work, both in print and digital form. It is known as a raster graphics editor. It is used to create illustrations, charts, graphs, logos, diagrams, cartoons of real photographs, and many more. Difference between Adobe Photoshop and Adobe Illustrator :...
read more
Securing Web Applications
Websites and Web applications has became a necessity in this world, From business, companies, education, collaboration, personal blogs, foods and groceries, health and medicine, social media platforms, accessing Government Services and Digital payments and even voting everything is available in the Internet. These days its has become common to get our daily works done via some button clicks on the screen and the common question “are website secure?”. The answer is mostly but not completely. Every legitNeimate website tries to provide at most security but no form of internet is completely, a 100% secure....
read more